[INFO] cloning repository https://github.com/Rhelvetican/calculator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Rhelvetican/calculator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRhelvetican%2Fcalculator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRhelvetican%2Fcalculator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e98be30b75718cad8e4f57ec827fd5d685e70e4f
[INFO] checking Rhelvetican/calculator against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRhelvetican%2Fcalculator" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Rhelvetican/calculator
[INFO] finished tweaking git repo https://github.com/Rhelvetican/calculator
[INFO] tweaked toml for git repo https://github.com/Rhelvetican/calculator written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Rhelvetican/calculator on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Rhelvetican/calculator already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1f98a58826bdc15bb4f307264d64c801b57cadc2cbd8d7a2fb49a80b73737a20
[INFO] running `Command { std: "docker" "start" "1f98a58826bdc15bb4f307264d64c801b57cadc2cbd8d7a2fb49a80b73737a20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1f98a58826bdc15bb4f307264d64c801b57cadc2cbd8d7a2fb49a80b73737a20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1f98a58826bdc15bb4f307264d64c801b57cadc2cbd8d7a2fb49a80b73737a20" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1f98a58826bdc15bb4f307264d64c801b57cadc2cbd8d7a2fb49a80b73737a20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1f98a58826bdc15bb4f307264d64c801b57cadc2cbd8d7a2fb49a80b73737a20" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling target-lexicon v0.12.14
[INFO] [stderr]    Compiling winnow v0.6.2
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling gio v0.19.2
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cfg-expr v0.15.7
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling indexmap v2.2.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling syn v2.0.50
[INFO] [stderr]    Compiling anyhow v1.0.80
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling toml_edit v0.22.6
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling toml v0.8.10
[INFO] [stderr]    Compiling glib-macros v0.19.2
[INFO] [stderr]    Compiling gtk4-macros v0.8.0
[INFO] [stderr]    Compiling system-deps v6.2.0
[INFO] [stderr]    Compiling glib-sys v0.19.0
[INFO] [stderr]    Compiling gobject-sys v0.19.0
[INFO] [stderr]    Compiling gio-sys v0.19.0
[INFO] [stderr]    Compiling pango-sys v0.19.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.19.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.19.0
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]    Compiling graphene-sys v0.19.0
[INFO] [stderr]    Compiling gdk4-sys v0.8.0
[INFO] [stderr]    Compiling gsk4-sys v0.8.0
[INFO] [stderr]    Compiling gtk4-sys v0.8.0
[INFO] [stderr]     Checking glib v0.19.2
[INFO] [stderr]     Checking cairo-rs v0.19.2
[INFO] [stderr]     Checking graphene-rs v0.19.2
[INFO] [stderr]     Checking pango v0.19.2
[INFO] [stderr]     Checking gdk-pixbuf v0.19.2
[INFO] [stderr]     Checking gdk4 v0.8.0
[INFO] [stderr]     Checking gsk4 v0.8.0
[INFO] [stderr]     Checking gtk4 v0.8.0
[INFO] [stderr] error: could not compile `gtk4` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/40527f3e444fde1deb361751bdef9b9e11d1b971/bin/rustc --crate-name gtk4 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk4-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v4_10"' --cfg 'feature="v4_12"' --cfg 'feature="v4_2"' --cfg 'feature="v4_4"' --cfg 'feature="v4_6"' --cfg 'feature="v4_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("blueprint", "gnome_42", "gnome_43", "gnome_44", "gnome_45", "unsafe-assume-initialized", "v4_10", "v4_12", "v4_14", "v4_2", "v4_4", "v4_6", "v4_8", "xml_validation"))' -C metadata=d0f9a575cf7fb208 -C extra-filename=-47361d461c7c5a2c --out-dir /opt/rustwide/target/debug/build/gtk4/47361d461c7c5a2c/out -L dependency=/opt/rustwide/target/debug/build/bitflags/b85298a319498a17/out -L dependency=/opt/rustwide/target/debug/build/cairo-rs/243fbdf4de03bdbf/out -L dependency=/opt/rustwide/target/debug/build/cairo-sys-rs/7ad970bd8dbe3e5d/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/76d3b7d2e35fcd55/out -L dependency=/opt/rustwide/target/debug/build/futures-core/1c3f93119edd471b/out -L dependency=/opt/rustwide/target/debug/build/futures-executor/cb61084a59e6488c/out -L dependency=/opt/rustwide/target/debug/build/futures-io/cbbcb5340a83410a/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/65f616fe184ecb69/out -L dependency=/opt/rustwide/target/debug/build/futures-task/53ebeb9b43a1c8bb/out -L dependency=/opt/rustwide/target/debug/build/futures-util/06e61458889bf1d1/out -L dependency=/opt/rustwide/target/debug/build/gdk-pixbuf-sys/a4edcb84d22e670e/out -L dependency=/opt/rustwide/target/debug/build/gdk-pixbuf/45739d47f5c52a12/out -L dependency=/opt/rustwide/target/debug/build/gdk4-sys/dae1e06865030c12/out -L dependency=/opt/rustwide/target/debug/build/gdk4/bedc3a75aad358ff/out -L dependency=/opt/rustwide/target/debug/build/gio-sys/0f7761c055598473/out -L dependency=/opt/rustwide/target/debug/build/gio/43394208208981df/out -L dependency=/opt/rustwide/target/debug/build/glib-macros/b754c3d4fe3e31d3/out -L dependency=/opt/rustwide/target/debug/build/glib-sys/1093b0d8e23f4b05/out -L dependency=/opt/rustwide/target/debug/build/glib/142d3e96b1ba87ab/out -L dependency=/opt/rustwide/target/debug/build/gobject-sys/cfa6ea81149d219e/out -L dependency=/opt/rustwide/target/debug/build/graphene-rs/3d5023b840fddf9d/out -L dependency=/opt/rustwide/target/debug/build/graphene-sys/92335aef4e3f4061/out -L dependency=/opt/rustwide/target/debug/build/gsk4-sys/a2f04755357da068/out -L dependency=/opt/rustwide/target/debug/build/libc/8b40388628f1c74b/out -L dependency=/opt/rustwide/target/debug/build/memchr/8ec01029713705df/out -L dependency=/opt/rustwide/target/debug/build/memoffset/a40b26be72b47ce5/out -L dependency=/opt/rustwide/target/debug/build/pango-sys/7e265d1d69483a25/out -L dependency=/opt/rustwide/target/debug/build/pango/2afed24e451a7b5f/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/0b8f4b47c926b347/out -L dependency=/opt/rustwide/target/debug/build/pin-utils/8c0c83a50f1e56e4/out -L dependency=/opt/rustwide/target/debug/build/slab/544052357b436a7d/out -L dependency=/opt/rustwide/target/debug/build/smallvec/304b9485f5b1de4f/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/0ef93a0ce92b92b2/out -L dependency=/opt/rustwide/target/debug/build/thiserror/915c8cdc066eae01/out --extern cairo=/opt/rustwide/target/debug/build/cairo-rs/243fbdf4de03bdbf/out/libcairo-243fbdf4de03bdbf.rmeta --extern field_offset=/opt/rustwide/target/debug/build/field-offset/baf3316283cf6f8e/out/libfield_offset-baf3316283cf6f8e.rmeta --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/76d3b7d2e35fcd55/out/libfutures_channel-76d3b7d2e35fcd55.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/build/gdk-pixbuf/45739d47f5c52a12/out/libgdk_pixbuf-45739d47f5c52a12.rmeta --extern gdk=/opt/rustwide/target/debug/build/gdk4/bedc3a75aad358ff/out/libgdk4-bedc3a75aad358ff.rmeta --extern gio=/opt/rustwide/target/debug/build/gio/43394208208981df/out/libgio-43394208208981df.rmeta --extern glib=/opt/rustwide/target/debug/build/glib/142d3e96b1ba87ab/out/libglib-142d3e96b1ba87ab.rmeta --extern graphene=/opt/rustwide/target/debug/build/graphene-rs/3d5023b840fddf9d/out/libgraphene-3d5023b840fddf9d.rmeta --extern gsk=/opt/rustwide/target/debug/build/gsk4/8ec20e4adb548f87/out/libgsk4-8ec20e4adb548f87.rmeta --extern gtk4_macros=/opt/rustwide/target/debug/build/gtk4-macros/25b33fa7f0e66b90/out/libgtk4_macros-25b33fa7f0e66b90.so --extern ffi=/opt/rustwide/target/debug/build/gtk4-sys/86892e43fe78e144/out/libgtk4_sys-86892e43fe78e144.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/8b40388628f1c74b/out/liblibc-8b40388628f1c74b.rmeta --extern pango=/opt/rustwide/target/debug/build/pango/2afed24e451a7b5f/out/libpango-2afed24e451a7b5f.rmeta --cap-lints allow --cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "1f98a58826bdc15bb4f307264d64c801b57cadc2cbd8d7a2fb49a80b73737a20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f98a58826bdc15bb4f307264d64c801b57cadc2cbd8d7a2fb49a80b73737a20", kill_on_drop: false }`
[INFO] [stdout] 1f98a58826bdc15bb4f307264d64c801b57cadc2cbd8d7a2fb49a80b73737a20
